Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePoint3d::[] Operator (unsigned int)
Syntax
C++
double operator [](unsigned int i) const;

Returns ith coordinate of this point. 

 

Parameters
Description
i
[in] Index of coordinate.

  • 0 returns the X-coordinate.
  • 1 returns the Y-coordinate.
  • 2 returns the Z-coordinate.

Copyright © 2002-2022. Open Design Alliance All rights reserved.